home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 24 / 7 / DISK2472.ZIP / RUN.BAT < prev    next >
DOS Batch File  |  1990-05-06  |  424b  |  17 lines

  1. @Echo off
  2. : Enter "RUN FOREVER" for a non stop show (reboot required)
  3. If Not Exist Run.KBG C:
  4. If Not Exist Run.KBG CD \Packages\GanttPac
  5. If Not Exist Run.KBG Echo GANTT RUN files not found.
  6. If Not Exist Run.KBG GoTo Exit
  7. :Forever
  8. Copy Run.KBG *.GKB >Nul
  9. GANTT2  Run
  10. Erase Run.GKB
  11. If.%1==.FOREVER GoTo Forever
  12. If.%1==.forever GoTo Forever
  13. If.%1==.Forever GoTo Forever
  14. If.%1==.ForEver GoTo Forever
  15. Menu
  16. :Exit
  17.